home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Technology Home Card / background_2736.txt < prev    next >
Text File  |  1990-04-02  |  2KB  |  120 lines

  1. -- background: 2736 from stack: in
  2. -- bmap block id: 3174
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10. end openStack
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -- part 17 (button)
  18. -- low flags: 00
  19. -- high flags: 2000
  20. -- rect: left=228 top=317 right=337 bottom=255
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 21700 / 21700
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: New Button
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual dissolve slow to card
  32.   domenu Home
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 23 (button)
  38. -- low flags: 00
  39. -- high flags: 8004
  40. -- rect: left=7 top=317 right=338 bottom=110
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: The System
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect zoom open
  52.   go to card id 7270 of stack "Scanner Tech - System"
  53. end  mouseUp
  54.  
  55.  
  56.  
  57.  
  58. -- part 24 (button)
  59. -- low flags: 00
  60. -- high flags: 8004
  61. -- rect: left=119 top=317 right=338 bottom=222
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: How It Works
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   visual effect zoom open
  73.   go to card id 7270 of stack "Scanner Tech - Works"
  74. end mouseUp
  75.  
  76.  
  77.  
  78.  
  79. -- part 25 (button)
  80. -- low flags: 00
  81. -- high flags: 8004
  82. -- rect: left=263 top=317 right=338 bottom=366
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Scan. Concepts
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   push card
  94.   visual effect zoom open
  95.   go to card id 7270 of stack "Scanner Tech - Concepts"
  96.   set hilite of background button "Scan. Concepts" to true
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 26 (button)
  102. -- low flags: 00
  103. -- high flags: 8004
  104. -- rect: left=376 top=317 right=338 bottom=505
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: File Formats
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect zoom open
  116.   set hilite of background button "File Formats" to true
  117.   go to card id 7270 of stack "Scanner Tech - File Formats"
  118. end mouseUp
  119.  
  120.